home *** CD-ROM | disk | FTP | other *** search
- <html>
-
- <head>
- <title>America Online</title>
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
- <style>
- BODY { background-color: #D1E5F3 }
- .TITLE { font-family: arial; font-size: 11px; font-weight: bold;
- border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#AAAADD }
- .HEADER { font-family: arial; font-size: 11px; font-weight: bold; }
- .LABEL { font-family: arial; font-size: 11px; font-weight: bold; }
- .SECTION { font-family: arial; font-size: 11px; font-weight: bold;
- border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#AAAADD }
- .CONTENT { font-family: arial; font-size: 11px; font-weight: normal; }
- .FOOTER { font-family: arial; font-size: 11px; font-weight: normal; }
- </style>
- <script>
- function notYetImplemented()
- {
- alert("Please sign on to AOL for this feature");
- }
-
- function setInitialFocus()
- {
- // Set AOL icon
- var helper = new ActiveXObject("AolCalSvr.ACWebDlgHelper.5");
- helper.SetAOLIcon();
- }
- function OnActivate()
- {
- var helper = new ActiveXObject("AolCalSvr.ACWebDlgHelper.5");
- helper.SetAOLIcon();
- }
-
- </script>
-
- </head>
- <BODY onload="return setInitialFocus();" onClose="OnSignOn('cancel');" onfocus="OnActivate();">
- <script>
-
-
- function OnSignOn(WhatToDo)
- {
- if (WhatToDo == "SignOn")
- {
- window.returnValue = 1;
- }
- else
- {
- window.returnValue = -1;
- }
-
- window.close();
- }
-
- </script>
-
- <br>
- <div ID="Message" class='CONTENT' align="left">
- To use this feature, please sign on to AOL.
- </div>
- <br><br>
- <p align="center">
- <INPUT TYPE=image src="res:IDG_ACADDDLGOKBTN" alt="OK" align="center"" onclick="OnSignOn('SignOn');"</INPUT>
- <p>
- </body>
- </html>